cmake_minimum_required(VERSION 2.6)

project(tracker)

add_subdirectory(moveball)
add_subdirectory(objectDetector)

add_subdirectory(headTracker)


